home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Monkey Lander.swf / scripts / frame_14 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  149 b   |  6 lines

  1. if(_framesloaded < _totalframes)
  2. {
  3.    loading.gotoAndStop(int(getBytesLoaded() / getBytesTotal() * 1000));
  4.    gotoAndPlay(_currentframe - 1);
  5. }
  6.